public interface CiscoRouteEvent
extends javax.telephony.callcenter.events.RouteEvent
The CiscoRouteEvent
interface extends the RouteEvent interface with additional
Cisco-specific capabilities. Applications can use the getCallingPartyIpAddr
method
to obtain the IP address of the calling party device.
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress |
getCallingPartyIpAddr_v6()
Returns the IPv6 address of the calling party.
|
java.net.InetAddress |
getCallingPartyIpAddr()
Returns the IP address of the calling party.
|
java.net.InetAddress getCallingPartyIpAddr()
java.net.InetAddress getCallingPartyIpAddr_v6()